projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d9a945
)
GdkRGBA: Fix typo precentage => percentage
author
Daniel Boles
<dboles@src.gnome.org>
Thu, 6 Jul 2017 12:59:53 +0000
(13:59 +0100)
committer
Daniel Boles
<dboles@src.gnome.org>
Thu, 6 Jul 2017 12:59:53 +0000
(13:59 +0100)
gdk/gdkrgba.c
patch
|
blob
|
history
diff --git
a/gdk/gdkrgba.c
b/gdk/gdkrgba.c
index 2a8e09693aa5dc9db80b3a5af9d33cf4347348f3..1a66e9dcf8a51b875b84d071d38c0c170a2ed685 100644
(file)
--- a/
gdk/gdkrgba.c
+++ b/
gdk/gdkrgba.c
@@
-150,7
+150,7
@@
parse_rgb_value (const gchar *str,
*
* Where “r”, “g”, “b” and “a” are respectively the red, green, blue and
* alpha color values. In the last two cases, r g and b are either integers
- * in the range 0 to 255 or p
re
centage values in the range 0% to 100%, and
+ * in the range 0 to 255 or p
er
centage values in the range 0% to 100%, and
* a is a floating point value in the range 0 to 1.
*
* Returns: %TRUE if the parsing succeeded